Conversation
# Conflicts: # ts/env-helper.js.map # ts/qm.file-helper.js.map
# Conflicts: # gulpfile.js # ts/cypress-runner.js # ts/cypress-runner.js.map # ts/env-helper.js # ts/qm.file-helper.js # ts/qm.log.js # ts/qm.log.js.map # ts/qm.log.ts
| }) : function(o, v) { | ||
| o["default"] = v; | ||
| }); | ||
| var __importStar = (this && this.__importStar) || function (mod) { |
There was a problem hiding this comment.
W040: If a strict mode function is executed using function invocation, its 'this' value will be undefined.
(at-me in a reply with help or ignore)
| @@ -0,0 +1,50 @@ | |||
| "use strict"; | |||
There was a problem hiding this comment.
W097: Use the function form of "use strict".
(at-me in a reply with help or ignore)
| else { | ||
| console.log("runLastFailedCypressTest and then run runCypressTests"); | ||
| qmTests.runLastFailedCypressTest(function (err) { | ||
| console.log("Done with runLastFailedCypressTest. Going to run all now..."); |
There was a problem hiding this comment.
W117: 'console' is not defined.
(at-me in a reply with help or ignore)
| __setModuleDefault(result, mod); | ||
| return result; | ||
| }; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); |
There was a problem hiding this comment.
W117: 'exports' is not defined.
(at-me in a reply with help or ignore)
| if (!process.env.ELECTRON_ENABLE_LOGGING) { | ||
| console.log("set env ELECTRON_ENABLE_LOGGING=\"1\" if you want to log to CI. Disabled by default to avoid leaking secrets on Travis"); | ||
| } | ||
| var specName = process.env.SPEC_NAME; |
There was a problem hiding this comment.
W117: 'process' is not defined.
(at-me in a reply with help or ignore)
| }; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| var qmTests = __importStar(require("./cypress-functions")); | ||
| var env_helper_1 = require("./env-helper"); |
There was a problem hiding this comment.
W117: 'require' is not defined.
(at-me in a reply with help or ignore)
No description provided.